home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / untcnvrs.sit / Unit Conversion / background_3044.txt < prev    next >
Text File  |  1990-11-02  |  2KB  |  113 lines

  1. -- background: 3044 from stack: in
  2. -- bmap block id: 4187
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: MainBackground
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   hide menubar
  9. end openBackground
  10.  
  11.  
  12.  
  13. -- part 5 (button)
  14. -- low flags: 00
  15. -- high flags: 2002
  16. -- rect: left=39 top=288 right=323 bottom=73
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 1011 / 1011
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Home
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go home
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 7 (field)
  33. -- low flags: 01
  34. -- high flags: 0000
  35. -- rect: left=41 top=47 right=119 bottom=230
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 14
  40. -- text size: 24
  41. -- style flags: 8448
  42. -- line height: 32
  43. -- part name: CardTitle
  44.  
  45.  
  46. -- part 26 (field)
  47. -- low flags: 00
  48. -- high flags: 2004
  49. -- rect: left=54 top=164 right=191 bottom=222
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 14
  54. -- text size: 12
  55. -- style flags: 256
  56. -- line height: 16
  57. -- part name: toconvert
  58.  
  59.  
  60. -- part 27 (field)
  61. -- low flags: 00
  62. -- high flags: 0004
  63. -- rect: left=56 top=247 right=272 bottom=220
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 14
  68. -- text size: 12
  69. -- style flags: 256
  70. -- line height: 16
  71. -- part name: answer
  72.  
  73.  
  74. -- part 28 (button)
  75. -- low flags: 00
  76. -- high flags: A003
  77. -- rect: left=182 top=115 right=137 bottom=228
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Clear
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   put empty into background field "toconvert"
  89.   put empty into background field "answer"
  90.   click at the loc of background field "toconvert"
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 34 (button)
  96. -- low flags: 00
  97. -- high flags: 2000
  98. -- rect: left=195 top=288 right=323 bottom=232
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: MainMenu
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   visual effect zoom close
  110.   go to card TitleCard
  111. end mouseUp
  112.  
  113.